﻿2026-07-06T07:47:27.9763259Z ##[group]Run actions/checkout@v5
2026-07-06T07:47:27.9764359Z with:
2026-07-06T07:47:27.9765203Z   repository: SaberMage/spt-core
2026-07-06T07:47:27.9772575Z   token: ***
2026-07-06T07:47:27.9773457Z   ssh-strict: true
2026-07-06T07:47:27.9774259Z   ssh-user: git
2026-07-06T07:47:27.9775056Z   persist-credentials: true
2026-07-06T07:47:27.9775987Z   clean: true
2026-07-06T07:47:27.9776850Z   sparse-checkout-cone-mode: true
2026-07-06T07:47:27.9777832Z   fetch-depth: 1
2026-07-06T07:47:27.9778677Z   fetch-tags: false
2026-07-06T07:47:27.9779479Z   show-progress: true
2026-07-06T07:47:27.9780313Z   lfs: false
2026-07-06T07:47:27.9781103Z   submodules: false
2026-07-06T07:47:27.9781977Z   set-safe-directory: true
2026-07-06T07:47:27.9782845Z env:
2026-07-06T07:47:27.9783634Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-06T07:47:27.9784699Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-06T07:47:27.9785741Z ##[endgroup]
2026-07-06T07:47:29.3368254Z Syncing repository: SaberMage/spt-core
2026-07-06T07:47:29.3370028Z ##[group]Getting Git version info
2026-07-06T07:47:29.3370585Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T07:47:29.5391540Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T07:47:29.5935935Z git version 2.43.0.windows.1
2026-07-06T07:47:29.6575458Z ##[endgroup]
2026-07-06T07:47:29.6969108Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\29110b45-cc6b-4ffc-afd9-0a4b3f59559f\.gitconfig'
2026-07-06T07:47:29.7095682Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\29110b45-cc6b-4ffc-afd9-0a4b3f59559f' before making global git config changes
2026-07-06T07:47:29.7280617Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T07:47:29.7309876Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T07:47:29.7613915Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T07:47:29.8327073Z https://github.com/SaberMage/spt-core
2026-07-06T07:47:29.8387523Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T07:47:29.8574924Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T07:47:30.0737447Z HEAD
2026-07-06T07:47:30.2174653Z ##[endgroup]
2026-07-06T07:47:30.2203337Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T07:47:31.0951293Z ##[group]Cleaning the repository
2026-07-06T07:47:31.0955991Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T07:47:32.5380758Z Removing target/
2026-07-06T07:47:32.5418347Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T07:47:32.6038914Z HEAD is now at d1012472a Merge 2d9d08a5140bc59c9078b8e0aeb51b8cf3aa0f4c into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T07:47:32.6072791Z ##[endgroup]
2026-07-06T07:47:32.6077882Z ##[group]Disabling automatic garbage collection
2026-07-06T07:47:32.6084767Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T07:47:32.6369735Z ##[endgroup]
2026-07-06T07:47:32.6370292Z ##[group]Setting up auth
2026-07-06T07:47:32.6379123Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T07:47:32.6669269Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T07:47:33.1861518Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T07:47:33.2125333Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T07:47:33.7070286Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T07:47:33.7346481Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T07:47:34.2618379Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T07:47:34.2940393Z ##[endgroup]
2026-07-06T07:47:34.2940889Z ##[group]Fetching the repository
2026-07-06T07:47:34.2948022Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d1012472ade166151b6972b07d3b1e30cd712a6d:refs/remotes/pull/52/merge
2026-07-06T07:47:34.9950645Z ##[endgroup]
2026-07-06T07:47:34.9951141Z ##[group]Determining the checkout info
2026-07-06T07:47:34.9952408Z ##[endgroup]
2026-07-06T07:47:34.9958214Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T07:47:35.0530988Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T07:47:35.1510180Z ##[group]Checking out the ref
2026-07-06T07:47:35.1515083Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T07:47:35.3977330Z HEAD is now at d1012472a Merge 2d9d08a5140bc59c9078b8e0aeb51b8cf3aa0f4c into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T07:47:35.4113379Z ##[endgroup]
2026-07-06T07:47:35.6693523Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T07:47:35.7877673Z d1012472ade166151b6972b07d3b1e30cd712a6d
